@charset "utf-8";
@import url("fonts/font-awesome/css/font-awesome.css");

/* used to load font awesome icons */
*,
p {
    margin: 0;
    padding: 0
}

html {
    font-size: 14px
}

img {
    vertical-align: top;
}

.no-padding {
    padding: 0px !important;
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
    text-shadow: none !important;
    font-size: 1rem;
    font-family: "Microsoft JhengHei";
    line-height: 1.4em
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important;
}

.btn-grey {
    background: rgba(0, 0, 0, .4);
}

.mar-center {
    margin-left: auto;
    margin-right: auto;
}

.hidden,
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.risk {
    color: #d0484e;
    text-decoration: underline;
    cursor: pointer;
}

.btn-small {
    line-height: 2.2rem !important;
}

a {
    color: #000
}

a:active,
a:focus,
a:hover {
    color: #0b72b3
}

a,
a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #000;
    font-weight: 400
}

h4 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}

h5 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.btn {
    display: inline-block;
    padding: 10px 30px 10px 30px;
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.4rem;
    -webkit-transition: .3s;
    transition: .3s
}

.btn:hover {
    color: #fff;
    cursor: pointer;
}

.btn-primary {
    background: #0b72b3;
}

#orgcontent table {
    border-left: 1px solid #c9daf8;
}

#orgcontent table td {
    border-right: 1px solid #c9daf8;
    border-bottom: 1px solid #c9daf8;
    padding: 0.5rem 0px;
}

.wid100 {
    width: 100%
}

.gray-line {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #dae0e5
}

#logo {
    padding: 1.875rem 0;
    width: 16.9%
}

#logo a {
    display: block;
}

#logo img {
    width: 100%
}

nav.site-desktop-menu {
    float: right;
    margin-top: 3.56rem;
    width: auto
}

nav.site-desktop-menu>ul {
    position: relative;
    z-index: 100;
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center
}

nav.site-desktop-menu>ul>li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 1.875rem;
    width: auto;
    vertical-align: bottom
}

nav.site-desktop-menu>ul>li>a {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.25rem;
    outline: 0;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 1.025rem;
    -webkit-transition: .5s;
    transition: .5s
}

nav.site-desktop-menu>ul>li .fa {
    margin-top: .1rem;
    margin-left: .3rem;
    color: #bdc4c9;
    vertical-align: top
}

nav.site-desktop-menu>ul>li>a:hover,
nav.site-desktop-menu>ul>li>a:hover .fa {
    color: #0b72b3
}

nav.site-desktop-menu>ul>li>ul {
    position: absolute;
    top: 48px;
    left: 18px;
    z-index: 100;
    display: none;
    margin: 0;
    padding: 0;
    width: 240px;
    border-color: #0b72b3;
    background-color: #fff;
    list-style: none;
    text-align: left;
    border-top-width: 4px;
    border-top-style: solid
}

nav.site-desktop-menu>ul>li:first-child>ul,
nav.site-desktop-menu>ul>li:last-child>ul {
    right: 0;
    left: inherit
}

nav.site-desktop-menu>ul>li>ul li {
    padding-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #dae0e5;
    line-height: 1.625rem
}

nav.site-desktop-menu>ul>li>ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5rem 1.2rem;
    width: 100%;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 1rem;
    -webkit-transition: .5s;
    transition: .5s
}

nav.site-desktop-menu>ul>li>ul a:hover {
    background-color: #eeeff0
}

nav.site-desktop-menu>ul li {
    position: relative
}

nav.site-desktop-menu>ul>li ul ul {
    position: absolute;
    top: -3px;
    right: -260px;
    display: none;
    margin: 0;
    padding: 0;
    width: 260px;
    border: 0 solid red;
    border-color: #28b7f9;
    background-color: #042433;
    list-style: none;
    border-top-width: 3px;
    border-top-style: solid
}

nav.site-mobile-menu {
    position: relative;
    float: left;
    margin-top: -57px;
    width: 100%;
    border: 0 solid red
}

nav.site-mobile-menu>ul {
    position: absolute;
    top: 57px;
    z-index: 50000;
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
    list-style: none;
    border-top-color: #0b72b3;
    border-top-width: 2px;
    border-top-style: solid
}

nav.site-mobile-menu>ul li {
    position: relative;
    line-height: 2.5rem;
    background-color .4s ease 0s,
    background-color .4s ease 0s;
    transition: background-color .4s ease 0s, background-color .4s ease 0s
}

nav.site-mobile-menu>ul li:first-child span {
    margin-left: 20px;
}

nav.site-mobile-menu>ul>li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eeeff0
}

nav.site-mobile-menu>ul>li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    color: #20242b;
    text-decoration: none;
    line-height: 2.5rem;
    -webkit-transition: .5s;
    transition: .5s
}

nav.site-mobile-menu>ul>li a:hover,
nav.site-mobile-menu>ul>li a:visited,
,
nav.site-mobile-menu>ul>li a:active {
    background: #eeeff0
}

nav.site-mobile-menu>ul>li ul {
    float: left;
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #eeeff0;
    list-style: none
}

nav.site-mobile-menu>ul>li ul li {
    float: left;
    width: 100%;
    border-top: 1px solid #fff
}

nav.site-mobile-menu>ul>li ul li a {
    text-indent: 14px
}

nav.site-mobile-menu>ul li i.fa {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
    color: #20242b;
    line-height: 2.5rem;
    cursor: pointer
}

nav.site-mobile-menu li>ul {
    display: none
}

#tool-bar {
    padding: 5px 0;
    background: #fff
}

#tool-bar a,
#tool-bar span,
a.account,
a.logout {
    font-size: 1rem;
    line-height: 1.875rem;
    display: inline-block;
    vertical-align: top;
}

#tool-bar a.btn {
    padding: 0 1.53rem
}

#tool-bar .lang {
    color: #0b72b3;
    font-size: 1rem;
    margin-right: 1.4rem;
}

.site-mobile-menu a:hover {
    color: #000;
}

.site-mobile-menu .account {
    color: #fff;
}

.site-header .account {
    text-decoration: underline;
    color: #028fe8;
}

.site-mobile-menu a.account:hover {
    color: #fff;
}

nav.site-mobile-menu li.acc,
nav.site-mobile-menu li.acc a:hover {
    background: #0b72b3;
    color: #fff !important;
    color: #fff !important;
}

.site-header .logout {
    margin-left: 20px;
    text-decoration: underline;
}

.site-header a.logout:hover {
    color: #000
}

nav.site-mobile-menu .logout:hover,
nav.site-mobile-menu li.acc a {
    color: #fff;
}

nav.site-mobile-menu li.acc a {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0px 0.5rem;
}

.banner {
    position: relative;
}

.slick-prev,
.slick-next {
    z-index: 999;
}

.banners .slick-slide img {
    width: 100%;
}

.banners .slick-dots {
    bottom: 5%;
}

.banners .slick-prev {
    left: 25px;
    width: 40px;
    height: 40px;
}

.banners .slick-next {
    right: 25px;
    width: 40px;
    height: 40px;
}

.banners .slick-prev:before,
.banners .slick-next:before {
    font-size: 2rem;
}

#slider .slick-slider {
    margin-bottom: 0px;
    width: 100%;
    overflow: hidden;
}

.banners .slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 0.8rem;
}

.banners .slick-dots li.slick-active button:before {
    color: #0b72b3;
    opacity: 1;
}

.banner .text {
    position: absolute;
    line-height: 2.6rem;
    z-index: 89;
    left: 50%;
    margin-left: -13.4%;
    top: 32.6%;
    padding: 7.1rem 3rem;
    background: hsla(0, 0%, 100%, .75);
    color: #000;
    font-size: 1.85rem
}

.site-header .btn-mobile-menu {
    position: absolute;
    z-index: 999;
    top: 32.4%;
    right: 0px;
    width: 5.8%;
    cursor: pointer
}

.site-header .btn-mobile-menu i {
    width: 100%;
    color: #0b72b3;
    text-align: center;
    font-size: 2.8rem;
    line-height: 2.5rem;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.site-header .btn-mobile-menu.clicked i,
.site-header .btn-mobile-menu:hover i {
    background-color: #fff;
    color: #0b72b3;
}

nav.site-mobile-menu>ul li i.fa-sort-desc {
    display: none
}

#section-pro .wraper {
    padding: 3.5rem 1.75rem;
    background: hsla(0, 0%, 100%, .75);
    width: 46.5%;
}

.shadow {
    background: rgba(0, 0, 0, .2);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.popup {
    position: fixed;
    display: none;
    top: 6%;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    z-index: 99999;
    background: #fff;
}

.popup .page-wraper {
    padding: 2rem 3rem;
}

.popup .page-wraper h3.title {
    color: #0b72b3;
    text-decoration: underline;
    margin-bottom: 1.6rem;
    font-weight: normal;
    font-size: 1.975rem;
}

#section-step .text,
#section-step .title {
    color: #fff
}

#contactus h3.title,
.page-wraper h3.title,
#partner h3.title,
.login-wraper h3.title,
section .title {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 2.375rem;
    line-height: 2.375rem;
}

.page-wraper h3.title span {
    color: #a3a3a3;
}

section .text,
.page-wraper .text {
    margin-bottom: 15px;
    color: #000;
    font-size: 1rem;
    line-height: 2.2rem
}

.popup .page-wraper .text {
    line-height: 1.6rem;
}

section .btns a {
    margin-right: 10px;
    margin-bottom: 10px
}

#contactus .line,
.page-wraper .line,
#partner .line,
.login-wraper .line,
.section .line {
    overflow: hidden;
    margin-top: 2rem;
    margin-bottom: 2.6rem;
    width: 69px;
    height: 4px;
    background-color: #fff
}

#contactus .blue,
.page-wraper .blue,
#partner .blue,
.login-wraper .blue,
.section .blue {
    background-color: #0b72b3
}

#section-parnter .line,
#section-step .line,
#section-report .line {
    margin-right: auto;
    margin-left: auto
}

.section .btn,
.page-wraper .btn {
    padding: 0 1.29rem;
    min-width: 5rem;
    color: #fff;
    font-size: 1rem;
    line-height: 2.5rem
}

#section-about {
    padding-top: 6.4rem;
    padding-bottom: 9rem;
    background: #ecf0f3
}

#section-pro {
    padding-top: 4.94rem;
    padding-bottom: 7.38rem;
    background-image: url(images/index/probg.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

#section-pro .text {
    margin-bottom: 2rem;
}

#section-step {
    padding: 6.75rem 0;
    background-image: url(images/index/stepbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

#section-parnter {
    padding-top: 6.75rem;
    padding-bottom: 4.5rem
}

#section-report {
    padding-top: 6.75rem;
    padding-bottom: 4.5rem;
    background: #dee2e5;
}

#section-parnter .companys {
    margin: 1.15rem 0 3rem 0;
    text-align: left
}

.companys .company {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    text-align: left
}

#section-report .btn,
#section-parnter .btn,
#section-step .btn {
    margin-top: 2.5rem
}

#section-about .btn {
    margin-top: 1.25rem
}

.companys .company:first-child {
    margin-left: 0
}

#section-about .left-side {
    padding-top: 9rem
}

#section-about .left-side,
#section-about .right-side {
    width: 49.6%;
    display: inline-block;
    vertical-align: top;
}

#section-about .right-side p {
    margin-bottom: 1rem;
}

#section-about img {
    width: 56.4%
}

.aboutus .logo img {
    width: 27.5%;
    margin: 0rem 0px 3rem 0px;
}

.breakcrumb {
    position: relative;
    background-image: url(images/about/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.breakcrumb .title {
    color: #fff;
    font-size: 2.8rem;
    line-height: 18.4rem
}

.newsbg {
    background-image: url(images/breakcrumb/nsbanner.jpg);
}

.marketbg {
    background-image: url(images/breakcrumb/mkbanner.jpg);
}

.riskbg {
    background-image: url(images/breakcrumb/rkbanner.jpg);
}

.pfbg {
    background-image: url(images/breakcrumb/pfbanner.jpg);
}

.stbg {
    background-image: url(images/breakcrumb/stbanner.jpg);
}

.csbg {
    background-image: url(images/breakcrumb/csbanner.jpg);
}

.content-wraper .left-menu {
    display: inline-block;
    width: 27.4%;
    vertical-align: top
}

.content-wraper .right-wraper {
    display: inline-block;
    width: 72%;
    vertical-align: top
}

.content-wraper .right-wraper h1 {
    line-height: 1.2;
  }

.content-wraper {
    padding: 7.5rem 0
}

.content-wraper .page-wraper .context {
    color: #000;
    font-size: 1rem;
    line-height: 1.8rem
}

.content-wraper .page-wraper .context img {
    max-width: 100%;
}

.content-wraper .left-menu {
    margin-top: -12px
}

.content-wraper .left-menu a {
    font-size: 1rem;
    line-height: 2.7rem
}

.content-wraper .left-menu li .fa {
    margin-top: .95rem;
    color: #0b72b3;
    vertical-align: top;
    font-size: .8rem
}

.content-wraper .left-menu li a {
    margin-left: 27px
}

.content-wraper .left-menu li.active a {
    margin-left: 15px
}

.content-wraper .newslist .news,
.links .news {
    display: inline-block;
    margin-bottom: 1rem;
    width: 32%;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    vertical-align: top;
    font-size: 1rem;
    line-height: 1.4em
}

#section-report .report {
    display: inline-block;
    margin-left: 1.6%;
    background: #fff;
    text-align: left;
    margin-bottom: 1rem;
    width: 23%;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    vertical-align: top;
    font-size: 1rem;
    line-height: 1.4em
}

.report .txt,
.content-wraper .newslist .news .txt,
.links .news .txt {
    padding: 1rem 0.75rem;
    color: #000
}

.report a:hover .txt,
.content-wraper .newslist .news a:hover .txt,
.pageshow .nums a:hover {
    color: #0b72b3
}

.report .date,
.content-wraper .newslist .news .date,
.links .news .date {
    margin-bottom: 16px;
    padding: 0 0.75rem;
    color: #adadad
}

.content-wraper .newslist .news:nth-child(3n+2) {
    margin: 0 1.5%
}

#section-report .report:nth-child(4n+1) {
    margin-left: 0px;
}

.report .txt {
    min-height: 60px;
}

.content-wraper .pageshow {
    margin-top: 1.875rem;
    text-align: center
}

.pageshow .nums,
.pageshow a {
    display: inline-block;
    vertical-align: top
}

.pageshow .nums {
    margin: 0 25px
}

.pageshow .nums a {
    margin: 0 3px;
    color: #adadad
}

.pageshow .nums a.active {
    color: #0b72b3
}

#content-detail {
    padding: 3.125rem 0 10.3rem 0
}

#content-detail h3.title {
    font-weight: 400;
    font-size: 2.4rem
}

#content-detail .datetime {
    margin: 1.25rem 0 1.875rem 0;
    color: #adadad;
    font-size: 1rem
}

#content-detail .context {
    line-height: 2.25rem
}

#content-detail .context img {
    max-width: 100%;
}

#content-detail .line {
    margin: 4.375rem auto 1.25rem auto;
    width: 94%;
    height: 5px;
    background: #ececec
}

#content-detail .links {
    margin: 0 auto;
    width: 67.8%
}

.links .next-news,
.links .prev-news {
    display: inline-block;
    margin: 0 .8%;
    width: 48%;
    vertical-align: top;
    text-align: left
}

.links .news {
    margin: 20px 0 47px 0;
    width: 100%
}

.links .link {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    color: #adadad;
    vertical-align: top
}

#contactus h3.title,
#partner h3.title {
    text-align: center
}

#contactus .line,
#partner .line {
    margin-right: auto;
    margin-left: auto
}

#contactus .map .left-side,
#contactus .map .right-side,
.login-wraper .left-side,
.login-wraper .right-side {
    display: inline-block;
    margin-bottom: 4rem;
    width: 49.7%;
    vertical-align: top
}

#contactus .map .right-side {
    padding-left: 5%;
    width: 44.8%
}

.map i {
    display: inline-block;
    margin-top: .3rem;
    margin-right: 13px;
    width: 26px;
    height: 31px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top
}

.map .phone {
    background-image: url(images/contactus/phone.png)
}

.map .fax {
    background-image: url(images/contactus/fax.png)
}

.map .email {
    background-image: url(images/contactus/email.png)
}

.map .map {
    background-image: url(images/contactus/map.png)
}

.map .info {
    line-height: 2.75rem
}

.map .info span {
    text-decoration: underline
}

#contactus h4.title {
    margin: 1.25rem 0 1.875rem 0;
    color: #1e7db9;
    font-weight: 400;
    font-size: 1.56rem;
    line-height: 1.8rem;
}

.maps {
    margin: 10px 0
}

.contact-form {
    margin: 0 auto;
    width: 420px;
    color: #000;
    font-size: 1rem
}

.contact-form .fields {
    margin: 40px auto 0 auto;
    width: 94%
}

.contact-form .txt,
.login-form .txt {
    margin-bottom: 10px;
    color: #a2a2a2;
    line-height: 1rem
}

.contact-form .red,
.login-wraper .red {
    color: red
}

.contact-form input,
.contact-form textarea,
.login-form input {
    padding: 5px 2%;
    width: 96%;
    border: 1px solid #bfbfbf;
    color: #000;
    line-height: 1.8rem
}

.contact-form .input,
.login-form .input {
    margin-bottom: 17px
}

.contact-form .submit {
    margin-top: 30px;
    text-align: center
}

.contact-form button,
.login-form button {
    padding: 0 3.75rem;
    line-height: 2.5rem
}

.partner-wraper .breakcrumb {
    background-image: url(images/partner/banner.jpg)
}

#partner .infor {
    text-align: center;
    line-height: 2.25rem;
    margin: 2.6rem 0px 2rem 0px;
}

#partner .brands .brand {
    display: inline-block;
    margin-top: 78px;
    margin-left: 17.36%;
    width: 11.7%;
    vertical-align: top
}

#partner .brands .brand:nth-child(4n+1) {
    margin-left: 0
}

#partner .logo {
    width: 33%;
    margin: 2.6rem auto 4rem auto;
}

.members .member {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    text-align: center;
    line-height: 1.8rem;
}

.members .member img {
    width: 50%;
    margin: 0px auto;
}

.members .member:nth-child(even) {
    margin: 0px 3%;
}

.members .member .name {
    color: #0b72b3;
    margin: 1rem 0px 2rem 0px;
}

.member-wraper .breakcrumb {
    background-image: url(images/member/banner.jpg)
}

.login-wraper .infor {
    line-height: 2.25rem
}

.login-wraper .login-form {
    margin-top: 5.9rem;
    padding-left: 10%
}

.login-form .fields {
    width: 68.4%
}

.login-form .submit {
    margin-top: 2.5rem
}

.login-form .submit button {
    margin-top: 10px;
    margin-right: 1rem;
    padding: 0 3.25rem;
    background: #a9a9a9;
    color: #fff
}

.login-form .submit .btn-primary {
    background: #0b72b3
}

form .error {
    color: red;
    font-size: 1rem;
    line-height: 1.4rem
}

.login-form input[type=checkbox] {
    display: inline-block;
    margin-top: 2px;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 4px;
    border: 1px solid #bfbfbf;
    vertical-align: top
}

.login-form .forgot img {
    display: inline-block;
    margin-right: .5rem;
    vertical-align: bottom
}

.login-form .forgot a {
    color: #0b72b3;
    text-decoration: underline
}

.login-form .input {
    position: relative
}

.login-form #sendsms {
    position: absolute;
    top: 6px;
    right: 5px;
    z-index: 999;
    padding: 0 1.65rem;
    line-height: 1.8rem
}

.login-form #forgotSendSMS {
    position: absolute;
    top: 6px;
    right: 5px;
    z-index: 999;
    padding: 0 1.65rem;
    line-height: 1.8rem
}

.member-wraper .content-wraper {
    padding: 60px 0;
    min-height: 600px
}

.member-wraper .select {
    position: relative;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    margin: 1.6rem 0;
    padding: 0 .2rem;
    width: 150px;
    border: 1px solid #0b72b3;
    border-radius: 4px;
    background-color: #0b72b3;
    color: #000;
    vertical-align: middle;
    text-shadow: none;
    line-height: 2.4rem;
    transition: box-shadow .25s ease
}

.member-wraper .select:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15)
}

.member-wraper .select:before {
    position: absolute;
    top: 1.1rem;
    right: 10px;
    z-index: -2;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    content: "";
    cursor: pointer;
    border-top-color: #fff
}

.member-wraper .select select {
    margin-top: -4px;
    padding: 0;
    width: 100%;
    text-align-last: center;
    text-align: center;
    border: none;
    background: 0 0;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none
}

.member-wraper .select select:focus {
    outline: 0
}

.member-wraper .select select option {
    text-align: center;
    background: #0b72b3;
    border: none;
    text-align-last: center;
}

.downloads a {
    text-decoration: underline;
    line-height: 2.25rem;
    color: #0b72b3;
}

.footer .menu-child {
    display: inline-block;
    vertical-align: top
}

.footer .copyright {
    padding-top: 2.25rem;
    padding-bottom: 2.75rem;
    background: #414956;
    color: #acbccc;
    text-align: center;
    font-size: 1rem;
    line-height: 1rem
}

.footer .copyright img {
    max-width: 100%;
    width: 40.6%;
}

footer .main-footer {
    padding: 2.75rem 0;
    background: #eeeff0
}

.main-footer .brand a {
    display: inline-block;
    vertical-align: top;
    width: 17%;
    margin-bottom: 2.75rem;
}

.main-footer img {
    width: 100%
}

.main-footer .menu-child {
    margin-right: 1.5%;
    width: 15.1%
}

.main-footer .menu-child:last-child {
    margin-right: 0px;
}

footer .main-footer .title {
    margin-bottom: 2.5rem;
    height: 3rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dcdee1;
    color: #000;
    font-size: 0.9rem
}

footer .main-footer .title span {
    display: inline-block;
    width: 100%;
}

footer .main-footer .inner ul {
    margin: 0;
    padding: 0;
    list-style: none
}

footer .main-footer .inner ul li {
    position: relative;
    margin-bottom: 1.2rem
}

footer .main-footer .inner ul li a {
    color: #0b72b3;
    text-decoration: none;
    font-size: 0.9rem;
    -webkit-transition: .5s;
    transition: .5s
}

footer .main-footer .inner ul li a:hover {
    color: #29b6f6
}

.risk-notice {
    margin: 2.5rem 0 1.62rem 0;
    width: 83%;
    color: #404040;
    font-size: 1rem;
    line-height: 1.625rem;
}

.footer .left-side,
.footer .right-side,
.main-footer .menu-child {
    display: inline-block;
    vertical-align: top
}

.footer .left-side {
    width: 82.5%
}

.footer .right-side {
    width: 17%
}

.images-preloader {
    position: fixed;
    z-index: 100001;
    background-color: #303335;
    width: 100%;
    height: 100%
}

.images-preloader .spinner {
    position: absolute;
    margin-left: -35px;
    margin-top: -9px;
    left: 50%;
    top: 50%;
    width: 70px;
    text-align: center
}

.images-preloader .spinner>div {
    width: 18px;
    height: 18px;
    background-color: #29b6f6;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.images-preloader .spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.images-preloader .spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

#to-the-top {
    display: none;
    position: fixed;
    text-align: center;
    right: 30px;
    bottom: 30px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    z-index: 100000;
    font-size: 18px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    background-color: rgba(0, 0, 0, .4);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear
}

#to-the-top:hover {
    background-color: #0b72b3
}

.container {
    width: 94%;
    margin: 0px auto;
    position: relative;
}


@media (min-width:992px) {
    .container {
        width: 970px
    }

    html,
    body {
        font-size: 14px
    }

    .banner .text {
        margin-left: -24.4%;
    }

    nav.site-desktop-menu>ul>li>a {
        padding: 0 0.25rem;
    }

    nav.site-desktop-menu>ul>li>a span {
        display: none;
    }

    nav.site-desktop-menu>ul>li {
        padding-bottom: 2.1rem;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }

    nav.site-desktop-menu>ul>li>ul {
        top: 3.9rem
    }

    nav.site-desktop-menu>ul>li {
        padding-bottom: 2.7rem;
    }

    nav.site-desktop-menu>ul>li>a span {
        display: inline;
    }

    .banner .text {
        margin-left: -13.4%;
    }

    .hidden-lg {
        display: none !important
    }
}

@media (min-width:1480px) {
    nav.site-desktop-menu>ul>li>ul {
        top: 50px
    }

    nav.site-desktop-menu>ul>li {
        padding-bottom: 2.075rem;
    }
}

@media (min-width:993px) and (max-width:1480px) {
    .main-footer .brand a {
        width: 27%;
    }

    .popup {
        width: 76%;
        margin-left: -38%;
    }

    body,
    html {
        font-size: 14px
    }

    #section-pro {
        background-size: 150% 100%
    }

    .map i {
        background-size: 90% 90%
    }

    .hidden-md {
        display: none !important
    }

    #logo {
        width: 20.2%;
    }
}

@media (min-width:769px) and (max-width:992px) {
    .popup {
        width: 76%;
        margin-left: -38%;
    }

    .footer .left-side,
    .footer .right-side {
        width: 100%
    }

    body,
    html {
        font-size: 13px
    }

    .hidden-sm {
        display: none !important
    }

    .visible-sm {
        display: block !important
    }

    .banner .text {
        width: 70%;
        margin-left: -38%;
        padding: 2.675rem 3%;
        top: 36%;
    }

    #section-about {
        padding-top: 4rem;
        padding-bottom: 6.4rem
    }

    #section-pro {
        padding-top: 2rem;
        padding-bottom: 3.25rem
    }

    #section-step {
        padding: 4.9rem 0
    }

    #section-parnter {
        padding-top: 5.9rem;
        padding-bottom: 4.6rem
    }

    .main-footer .menu-child:last-child {
        margin-right: 0px;
    }

    .main-footer .menu-child {
        width: 21.5%;
    }

    #section-pro .wraper {
        width: 94%;
        padding: 3.5rem 3%;
    }

    #logo {
        width: 32.4%;
    }

    #tool-bar {
        display: none;
    }

    #section-about .left-side,
    #section-about .right-side {
        width: 100%;
    }

    #section-about .right-side {
        margin-top: 50px;
        text-align: center;
    }

    #section-about .line {
        margin-right: auto;
        margin-left: auto
    }

    #section-about .left-side {
        padding-top: 0px;
    }

    #partner .brands .brand {
        margin-left: 17.24%;
    }

    .content-wraper .newslist .news:nth-child(3n+2) {
        margin: 0 1.3%;
    }

    .content-wraper .left-menu {
        display: none;
    }

    .content-wraper .right-wraper {
        width: 100%;
    }

    .login-form .submit,
    .login-wraper h3.title,
    .breakcrumb .title {
        text-align: center;
    }

    .login-wraper .login-form,
    .login-wraper .line {
        margin-left: auto;
        margin-right: auto
    }

    #section-about img {
        width: 46.4%;
    }
}

@media (max-width:768px) {
    #section-report .report {
        width: 47%;
        margin-left: 0px;
    }

    #section-report .report:nth-child(2n) {
        margin-left: 1.6%;
    }

    .aboutus .logo {
        text-align: center;
    }

    .main-footer .brand a {
        width: 27%;
    }

    #section-about img {
        width: 36.4%;
    }

    #partner .logo {
        width: 40%;
        margin: 2rem auto 3rem auto;
    }

    .members .member img {
        width: 70%;
    }

    .members .member .name {
        margin: 0.8rem 0px 1rem 0px;
    }

    .aboutus .logo img {
        width: 40%;
        margin: 1.5rem auto 3rem auto;
    }

    .content-wraper {
        padding: 5rem 0px;
    }

    .popup {
        width: 96%;
        margin-left: -48%;
        top: 5%;
    }

    .popup .page-wraper {
        padding: 1rem 1.5rem;
    }

    .popup .page-wraper h3.title {
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
    }

    body,
    html {
        font-size: 14px
    }

    .login-form .forgot img {
        width: 14px;
    }

    .banners .slick-slide img {
        width: 150%;
    }

    .banner .text {
        width: 74%;
        margin-left: -40%;
        padding: 2.675rem 3%;
        top: 36%;
        font-size: 2.075rem;
        text-align: center;
    }

    .breakcrumb {
        background-image: url(images/about/banner2.jpg);
        background-size: 100%;
    }

    .partner-wraper .breakcrumb {
        background-image: url(images/partner/banner2.jpg);
    }

    .contact-wraper .breakcrumb {
        background-image: url(images/contactus/banner2.jpg);
    }

    .member-wraper .breakcrumb {
        background-image: url(images/member/banner2.jpg);
    }

    nav.site-mobile-menu>ul>li a.account,
    nav.site-mobile-menu>ul>li a.logout {
        display: inline-block;
        vertical-align: top;
        width: auto;
        padding: 0px 5px;
    }

    nav.site-mobile-menu>ul>li a.logout {
        float: right;
        text-decoration: none;
    }

    .copyright img {
        width: 40.6%
    }

    .footer .copyright {
        padding-top: 2.05rem;
        padding-bottom: 2.25rem;
    }

    .breakcrumb .title {
        line-height: 20.4rem;
        font-size: 2.375rem;
    }

    #logo {
        margin-left: 1%;
    }

    .login-wraper .login-form {
        margin-top: 0px;
        width: 68.4%;
        padding-left: 0px;
    }

    .login-form .fields {
        width: 100%;
    }

    .login-form .submit,
    .login-wraper h3.title,
    .breakcrumb .title {
        text-align: center;
    }

    .login-wraper .login-form,
    .login-wraper .line {
        margin-left: auto;
        margin-right: auto
    }

    .links .news,
    #content-detail .links {
        width: 100%;
    }

    #content-detail h3.title {
        font-size: 2.4rem;
        line-height: 2.4rem;
    }

    .content-wraper .newslist .news {
        width: 47.6%;
        margin: 0px 0px 30px 0px !important;
    }

    .content-wraper .newslist .news:nth-child(even),
    .links .news:nth-child(even) {
        margin: 0px 0px 30px 4% !important;
    }

    #section-about .right-side {
        margin-top: 3.125rem;
        text-align: center
    }

    .section .text {
        text-align: left
    }

    #section-about .left-side {
        padding-top: 0
    }

    #section-about .line,
    .footer .copyright p {
        margin-right: auto;
        margin-left: auto
    }

    #logo {
        padding: 1rem 0;
        width: 42%
    }

    #section-about {
        padding-top: 3rem;
        padding-bottom: 5.4rem
    }

    #section-pro {
        padding-top: 1rem;
        padding-bottom: 2.25rem
    }

    #section-step {
        padding: 3.9rem 0
    }

    #section-parnter {
        padding-top: 3.9rem;
        padding-bottom: 2.6rem
    }

    #contactus .map .right-side {
        width: 95%;
    }

    .contact-form {
        width: 100%
    }

    #tool-bar {
        display: none
    }

    .companys .company {
        width: 40%;
    }

    #section-parnter .companys {
        margin-bottom: 2.3rem;
    }

    #contactus .map .left-side,
    .footer .left-side,
    .footer .right-side {
        width: 100%;
        padding-left: 0px;
    }

    .login-wraper {
        text-align: center;
    }

    .login-wraper .left-side,
    .login-wraper .right-side {
        width: 90%;
        padding-left: 0px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .main-footer .menu-child {
        width: 31%;
        margin-bottom: 1rem;
    }

    .main-footer .menu-child:nth-child(3n) {
        margin-right: 0px;
    }

    .footer .right-side {
        text-align: center
    }

    .footer .right-side img {
        margin: 20px auto;
        width: 44%
    }

    .hidden-xs {
        display: none !important
    }

    #section-pro .wraper {
        width: 92%;
        padding: 3rem 4%;
    }

    #section-about .left-side,
    #section-about .right-side {
        width: 100%;
    }

    #partner .infor {
        text-align: left;
    }

    #content-detail .context img,
    .content-wraper .right-wraper img {
        max-width: 100%;
    }

    #partner .brands .brand {
        margin-left: 12.14%;
        width: 15.45%;
    }

    .content-wraper .left-menu {
        display: none;
    }

    .content-wraper .right-wraper {
        width: 100%;
    }

    .content-wraper .page-wraper .line {
        margin-right: auto;
        margin-left: auto
    }

    .content-wraper .page-wraper h3.title,
    .member-wraper .page-wraper {
        text-align: center;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .main-footer .brand a {
        width: 37%;
    }

    #partner .logo {
        width: 66%;
        margin: 2rem auto 3rem auto;
    }

    .aboutus .logo img {
        width: 65%;
        margin: 1.5rem 0px 3rem 0px;
    }

    .members .member {
        width: 90%;
        margin-bottom: 2rem;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .member-wraper .content-wraper {
        min-height: 320px;
    }

    .content-wraper {
        padding: 5.5rem 0px;
    }

    #content-detail {
        padding: 3.125rem 0 6.25rem 0;
    }

    #partner .brands .brand {
        margin-left: 8%;
        width: 18.45%;
    }

    .breakcrumb {
        background-size: 110%;
    }

    .breakcrumb .title {
        line-height: 14.4rem;
    }

    #section-about img {
        width: 61%
    }

    .visible-sm {
        display: block !important;
    }

    .copyright img {
        width: 45.6%
    }

    body,
    html {
        font-size: 13px
    }

    .companys .company {
        margin: 0 15.8% 30px 15.8% !important
    }

    .main-footer .menu-child:nth-child(even) {
        margin-left: 3.2%;
    }

    .login-wraper .left-side,
    .login-wraper .right-side,
    .content-wraper .right-wraper {
        width: 100%;
    }
}

@media(max-width: 480px) {
    .companys .company {
        width: 56%;
    }

    footer .main-footer .title span {
        display: inline;
        width: auto;
    }

    #orgcontent table,
    .content-wraper .page-wraper .context table {
        width: 100% !important;
    }

    .main-footer .brand a {
        width: 47%;
    }

    .aboutus .logo img {
        width: 65%;
        margin: 0.5rem 0px 1.5rem 0px;
    }

    #partner .logo {
        width: 70%;
        margin: 1.3rem auto 2rem auto;
    }

    .members .member {
        width: 100%;
        margin-bottom: 2rem;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .login-form .forgot img {
        width: 12px;
    }

    .breakcrumb .title {
        line-height: 1.4rem;
        padding: 4.5rem 0px;
        font-size: 1.775rem;
    }

    .map i {
        background-size: 80% auto;
    }

    body,
    html {
        font-size: 13px
    }

    #section-about img {
        width: 61%
    }

    .pageshow a.prev {
        float: left;
    }

    .pageshow a.next {
        float: right;
    }

    #contactus .line,
    .content-wraper .page-wraper .line,
    #partner .line,
    .login-wraper .line,
    .section .line {
        height: 2px;
        width: 39px;
    }

    .member-wraper .content-wraper {
        min-height: 320px;
    }

    #section-pro {
        background-image: url(images/index/probg2.jpg);
        background-size: 155% auto;
    }

    #section-step {
        background-image: url(images/index/stepbg2.jpg);
        background-size: 155% auto;
    }

    footer .main-footer {
        padding: 2rem 0px
    }

    .risk-notice {
        margin: 2rem 0 1.12rem 0;
    }

    .footer .copyright p {
        width: 80%;
        line-height: 1.4rem;
    }

    .footer .copyright p span {
        width: 100%;
        display: block;
    }

    .container {
        width: 92%;
    }

    .login-wraper .right-side {
        margin-bottom: 0px;
    }

    .main-bar .container {
        width: 90%;
    }

    #contactus h3.title,
    .content-wraper .page-wraper h3.title,
    .login-wraper h3.title,
    section .title {
        font-size: 1.875rem;
    }

    #partner h3.title {
        font-size: 1.875rem;
    }

    .content-wraper .page-wraper .context,
    section .text {
        line-height: 1.775rem;
    }

    .banners .slick-slide img {
        width: 180%;
    }

    .banner .text {
        font-size: 1.175rem;
        width: 90%;
        margin-left: -46%;
        padding: 1.675rem 1%;
        top: 29%;
        line-height: 1.6rem;
    }

    .banners .slick-prev:before,
    .banners .slick-next:before {
        font-size: 1.2rem;
    }

    .banners .slick-prev {
        left: 15px;
        width: 20px;
        height: 20px;
    }

    .banners .slick-next {
        right: 15px;
        width: 20px;
        height: 20px;
    }

    .content-wraper .page-wraper .line {
        margin-right: auto;
        margin-left: auto
    }

    footer .main-footer .menu-child {
        width: 100%;
        margin: 0px 0px 1rem 0px;
        border-bottom: 1px solid #dcdee1;
    }

    footer .main-footer .title {
        border-bottom: 0px;
        height: auto;
        margin-bottom: 1.5rem;
    }

    .visible-xs {
        display: block !important;
    }

    .copyright img {
        width: 60%
    }

    .content-wraper .right-wraper,
    .login-wraper .left-side,
    .login-wraper .right-side,
    .member-wraper .right-wraper {
        width: 100% !important;
    }

    .content-wraper .left-menu {
        display: none
    }

    .content-wraper .page-wraper h3.title,
    .member-wraper .page-wraper {
        text-align: center;
    }

    .site-header .btn-mobile-menu {
        width: 8.8%;
        top: 26%;
    }

    .site-header .btn-mobile-menu i {
        font-size: 2.4rem;
    }

    #logo {
        width: 59%
    }

    .content-wraper {
        padding: 3.75rem 0px;
    }

    .breakcrumb {
        background-size: 115% auto;
    }

    #partner .infor {
        line-height: 1.85rem;
    }

    #partner .brands .brand {
        width: 36.3%;
        margin: 2.375rem 6.5% 1.375rem 6.5%;
    }

    #partner .brands .brand:nth-child(4n+1) {
        margin-left: 6.5%;
    }

    #contactus .map .left-side,
    #contactus .map .right-side {
        margin-bottom: 32px;
    }

    .main-footer .menu-child:nth-child(2n) {
        margin-left: 0px;
    }

    #content-detail .line,
    .links .next-news,
    .links .prev-news,
    .content-wraper .newslist .news {
        width: 100%;
    }

    .links .next-news,
    .links .prev-news {
        margin: 0px;
    }

    .links .link {
        margin: 10px 0px;
    }

    .content-wraper .newslist .news:nth-child(2n),
    .links .news:nth-child(2n) {
        margin: 0px 0px 30px 0px !important
    }

    #content-detail h3.title {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    #content-detail {
        padding-bottom: 50px;
    }

    .btn {
        padding: 5px 15px;
    }

    #content-detail .context {
        text-align: left;
    }

    footer .main-footer .title {
        border-bottom: none;
        padding-bottom: 0px;
        font-size: 1rem;
    }

    footer .main-footer .inner ul li a {
        font-size: 1rem;
    }

    .pageshow .nums {
        margin: 0px 10px;
    }

    .login-wraper .login-form {
        width: 100%;
    }

    .login-form .submit button {
        padding: 0px 2.25rem;
    }

    #section-parnter .btn,
    #section-step .btn {
        margin-top: 2rem;
    }

    #contactus .line,
    .content-wraper .page-wraper .line,
    #partner .line,
    .login-wraper .line,
    .section .line {
        margin-top: 1.5rem;
        margin-bottom: 2.1rem;
    }
}

@media(max-width: 360px) {
    .content-wraper {
        padding: 3.25rem 0px;
    }

    #contactus h3.title,
    .content-wraper .page-wraper h3.title,
    .login-wraper h3.title,
    section .title {
        font-size: 1.475rem;
    }

    h4 {
        font-size: 1.3rem;
    }

    .section .btn,
    .page-wraper .btn {
        padding: 0 0.39rem;
    }

    .breakcrumb {
        background-size: 135% auto;
    }

    .partner-wraper .breakcrumb {
        background-size: 135% auto;
    }

    #section-parnter .btn,
    #section-step .btn {
        margin-top: 1.6rem;
    }
}